home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sky at Night 2007 August
/
SAN CD 8-2007 CD-ROM 27.iso
/
pc
/
Media
/
GlossaryDatabase.swf
/
scripts
/
DefineSprite_153
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-30
|
332 b
|
18 lines
btListItm.onRelease = function()
{
var _loc1_ = _name.substr(9);
_loc1_ = _level0.loadBody(_loc1_);
};
btListItm.onRollOver = function()
{
osCaption.textColor = 16777215;
};
btListItm.onRollOut = function()
{
osCaption.textColor = 16763904;
};
btListItm.onDragOut = function()
{
this.onRollOut();
};